hipreme_engine v1.0.14 (2023-12-23T18:43:10Z)
Dub
Repo
EngineErrorStack
hip
error
handler
Base clas for documenting errors
class
EngineErrorStack {
string
stackName
;
string
[]
errorStack
;
static
EngineErrorStack
getNewStack
(string stackName);
void
addError
(string errorHeader, string errorMessage);
void
showStack
();
}
Members
Functions
addError
void
addError
(string errorHeader, string errorMessage)
Adds an error to the stack
showStack
void
showStack
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
getNewStack
EngineErrorStack
getNewStack
(string stackName)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
errorStack
string
[]
errorStack
;
Undocumented in source.
stackName
string
stackName
;
Undocumented in source.
Meta
Source
See Implementation
hip
error
handler
aliases
terminate
classes
EngineErrorStack
ErrorHandler
functions
terminateiOSApp
Base clas for documenting errors